home *** CD-ROM | disk | FTP | other *** search
/ Quick PC 61 / Quick PC 61.iso / I386 / NETDHOC.IN_ / netdhoc.inf
Encoding:
INI File  |  2003-03-24  |  913 b   |  29 lines

  1. ;---[ NetDHOC.INF ]------------------------------------------------------------
  2. ;
  3. ; DHCP Server Optional Component Install.
  4. ;
  5. ; Copyright (c) Microsoft Corporation.  All rights reserved.
  6. ;
  7.  
  8. [version]
  9.     signature   =   "$Windows NT$"
  10.     LayoutFile  =   layout.inf
  11.     Provider    =   %Msft%
  12. DriverVer=10/01/2002,5.2.3790.0
  13.  
  14. [DHCPServer]
  15.     Upgrade             = DHCPServer.Upgrade
  16.     Uninstall           = DHCPServer.Remove
  17.  
  18. [DHCPServer.Upgrade]
  19. ; Nothing here. This just prevents the upgrade from failing on a
  20. ; "Section Not Found" error.
  21.  
  22. [DHCPServer.Remove]
  23. ; Nothing here. This just prevents the remove from failing on a
  24. ; "Section Not Found" error.
  25. [Strings]
  26. Msft            = "Microsoft"
  27. DHCPServer_Desc = "Microsoft DHCP Server"
  28. DHCPServer_Help = "Automatically assigns IP addresses to other computers running the DHCP (Dynamic Host Configuration Protocol) Client Service."
  29.